home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 7
/
PC World Interactive 7.iso
/
program
/
cprog.EXE
/
PRINTSCR.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-07-05
|
171 b
|
10 lines
#include <dos.h>
main()
{
union REGS in; /* buna ihtiyacimiz yok, ama tanimlamamiz lazim */
int86(5,&in,&in); /* print-screen yapalim */
}